projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
826d800
)
Default to hard margins not available
author
Adrian Johnson
<ajohnson@redneon.com>
Sat, 21 Nov 2009 09:38:17 +0000
(20:08 +1030)
committer
Christian Persch
<chpe@gnome.org>
Tue, 1 Dec 2009 16:39:54 +0000
(17:39 +0100)
unless the print backend explicitly provides them.
gtk/gtkprintbackend.c
patch
|
blob
|
history
diff --git
a/gtk/gtkprintbackend.c
b/gtk/gtkprintbackend.c
index 4b8b0dedf3ddf566ce10f911d3100f2543886f7c..648a47248c4cc2514d33ce8cc97a855d81cf57a5 100644
(file)
--- a/
gtk/gtkprintbackend.c
+++ b/
gtk/gtkprintbackend.c
@@
-501,12
+501,7
@@
fallback_printer_get_hard_margins (GtkPrinter *printer,
gdouble *left,
gdouble *right)
{
- *top = 0;
- *bottom = 0;
- *left = 0;
- *right = 0;
-
- return TRUE;
+ return FALSE;
}
static GList *